home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / Technical.Notes / ImWr / TN.IMWR.001
Encoding:
Text File  |  1988-12-15  |  1.2 KB  |  30 lines  |  [TEXT/pdos]

  1. Apple II
  2. Technical Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6.  
  7. ImageWriter
  8. #1:    Custom Font Selection
  9.  
  10. Revised by:    Matt Deatherage                                  November 1988
  11. Written by:    Rilla Reynolds                                    October 1986
  12.  
  13. This Technical Note documents an ImageWriter II firmware bug which affects 
  14. custom font selection.
  15. _____________________________________________________________________________
  16.  
  17. Due to an ImageWriter II firmware bug, the ESC ' command neither selects nor 
  18. reselects custom font 1 after custom font 2 is selected, unless you fix an 
  19. errant pointer with the following command sequence first:
  20.  
  21.     7-bit mode:    ESC  Z  00  20   ESC  D  00  20   ESC  '
  22.     8-bit mode:    ESC  Z  00  20   ESC  '
  23.  
  24. The ESC ' command works correctly on an ImageWriter I, but the sequence above 
  25. is also acceptable; therefore, it is in your best interest to always utilize 
  26. the given sequence to select custom font 1.  It is possible that the printer 
  27. was initialized and custom font 2 was selected long before your program was 
  28. launched.
  29.  
  30.